IdeaBlade DevForce 2010 Help Reference
EntityManagerSaveException Constructor(String,Exception,IList<Object>)
See Also  Send Feedback
IdeaBlade.EntityModel Assembly > IdeaBlade.EntityModel Namespace > EntityManagerSaveException Class > EntityManagerSaveException Constructor : EntityManagerSaveException Constructor(String,Exception,IList<Object>)



pMessage
A message added to describe the exception
innerException
Wrapped Exception
entitiesWithErrors
Initializes a new instance of the EntityManagerSaveException class.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal pMessage As String, _
   ByVal innerException As Exception, _
   ByVal entitiesWithErrors As IList(Of Object) _
)
Visual Basic (Usage)Copy Code
Dim pMessage As String
Dim innerException As Exception
Dim entitiesWithErrors As IList(Of Object)
 
Dim instance As New EntityManagerSaveException(pMessage, innerException, entitiesWithErrors)
C# 
public EntityManagerSaveException( 
   string pMessage,
   Exception innerException,
   IList<object> entitiesWithErrors
)
C++/CLI 
public:
EntityManagerSaveException( 
   String^ pMessage,
   Exception^ innerException,
   IList<Object^>^ entitiesWithErrors
)

Parameters

pMessage
A message added to describe the exception
innerException
Wrapped Exception
entitiesWithErrors

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2013 All Rights Reserved.